setGlobalizeLocale
setGlobalizeLocale
setGlobalizeLocale(locale: string ) : void
Sets the current locale for Globalize and updates the global state.
Function Parameters
locale:::
- locale: string
The locale string to set (e.g., 'en-US').
Returns
void
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/globalize-Initializer/globalize-utils.ts#L71
--